home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / APIVIEW.DTML < prev    next >
Encoding:
Text File  |  2000-06-30  |  739 b   |  43 lines

  1. <a name="<dtml-var name>"></a>
  2. <h2 class="api">
  3.   <dtml-var name>
  4.   <dtml-if extends>
  5.     (
  6.     <dtml-in extends>
  7.       <a href="/Control_Panel/Products/<dtml-var sequence-item>"><dtml-var sequence-key></a>
  8.       <dtml-unless sequence-end>,</dtml-unless>
  9.     </dtml-in>
  10.     )
  11.   </dtml-if>
  12. </h2>
  13.  
  14. <dl>
  15. <dd>
  16. <dtml-var doc fmt="structured-text">
  17. </dd>
  18. </dl>
  19.  
  20. <dtml-if constructor>
  21. <hr noshade>
  22. <h3>Product Constructor</h3>
  23.   <dtml-with constructor>
  24.     <dtml-var view>
  25.   </dtml-with>
  26. </dtml-if>
  27.  
  28. <dtml-if "attributes or methods">
  29. <hr noshade>
  30. </dtml-if>
  31.  
  32. <dtml-in attributes>
  33.   <dtml-var view>
  34. </dtml-in>
  35.  
  36. <dtml-if methods>
  37. <h3>Methods</h3>
  38. <dtml-in methods>
  39.   <dtml-var view>
  40. </dtml-in>
  41. </dtml-if>
  42.  
  43.